Platform Explorer / Nuxeo Platform 2023.10

Extension point changeFinder

Documentation

@since 7.3

This extension point lets you contribute the change finder used by the NuxeoDriveManager.

Example of the AuditChangeFinder:

    <extension point="changeFinder" target="org.nuxeo.drive.service.impl.NuxeoDriveManagerImpl">
        <changeFinder class="org.nuxeo.drive.service.impl.AuditChangeFinder"/>
    </extension>

Contribution Descriptors

  • Class: org.nuxeo.drive.service.impl.ChangeFinderDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.